Spread Windows Forms 12.0 Product Documentation
ListItemInfo Constructor(Object[],Int32,Object)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ListItemInfo Class > ListItemInfo Constructor : ListItemInfo Constructor(Object[],Int32,Object)
A collection of objects.
An System.Int32 value that represents the indent setting of the ListItemInfo object.
An object value that represents the image of the ListItemInfo object.
Initializes a new instance of the ListItemInfo class with settings.
Syntax
'Declaration
 
Public Function New( _
   ByVal subItems() As Object, _
   ByVal indent As Integer, _
   ByVal image As Object _
)
'Usage
 
Dim subItems() As Object
Dim indent As Integer
Dim image As Object
 
Dim instance As New ListItemInfo(subItems, indent, image)
public ListItemInfo( 
   object[] subItems,
   int indent,
   object image
)

Parameters

subItems
A collection of objects.
indent
An System.Int32 value that represents the indent setting of the ListItemInfo object.
image
An object value that represents the image of the ListItemInfo object.
See Also

Reference

ListItemInfo Class
ListItemInfo Members
Overload List